The my_bool type is no longer used in MySQL source code.
Any third-party code that used this type to represent C
boolean variables should use the bool or int C type instead.
Last-Update: 2018-10-06
Gbp-Pq: Name 0009-fix-mysql-8-build.patch
Make documentation build works outside of git repository
Origin: other
Last-Update: 2019-01-03
Current documentation build requires git and curl to get some stuff from the internet
This patch aims to delete those dependencies, forcing git branch to master,
and using Debian provided plantuml instead of downloading it from apache mirror
Last-Update: 2019-01-03
Gbp-Pq: Name 0006-fix-doc-build.patch
* Non-maintainer upload by the Debian LTS Team.
* d/patches/CVE-2024-38479.patch: Fix CVE-2024-38479 (closes: #1087531).
- Fix improper Input Validation vulnerability in Apache Traffic Server.
* d/patches/CVE-2024-50306.patch: Fix CVE-2024-50306 (closes: #1087531).
- Fix a possible problem that can allow Apache Traffic Server to retain
privileges on startup.